home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / graphics / pep15.zip / CHAPT17.TXT < prev    next >
Text File  |  1993-12-14  |  6KB  |  110 lines

  1. <Chapter 17:  Installation>
  2.      Before you can run PEP, you need to answer four questions about your
  3. hardware configuration:
  4.  
  5.   1. What kind of graphics display do you have?
  6.   2. What kind of printer do you have?
  7.   3. How does your computer send data to the printer?
  8.   4. Do you have a mouse?
  9.  
  10. To supply this information to PEP, run the installation utility,
  11. INSTALL.EXE. INSTALL is a simple, menu-driven program, and you should have
  12. no difficulty in using it.
  13.  
  14.      If you have a hard disk, begin by making a directory for PEP and
  15. copying the contents of your PEP disk (or disks) into that directory. Then
  16. run INSTALL. If you do not have a hard disk, you can run INSTALL on a
  17. diskette drive. Start by making backup copies of PEP. Then insert your PEP
  18. program disk into your diskette drive and run INSTALL.
  19.  
  20.      When you start up INSTALL, you are presented with a short series of
  21. menus. Each menu item begins with a digit. Type the digit of the item you
  22. want to select, and the next menu appears. At any point, you can use the
  23. escape key to cancel the last choice and return to a prior menu. When you
  24. have finished specifying your hardware configuration, INSTALL displays the
  25. choices that you have made and gives you the option of installing those
  26. choices or restarting from the beginning. Later, if you change your
  27. hardware configuration, you can just run INSTALL again. Then you will be
  28. able to use PEP with the new configuration.
  29.  
  30.      After installing PEP, you will probably want to add the PEP directory
  31. to your DOS path. (Running INSTALL does not change your CONFIG.SYS or
  32. AUTOEXEC.BAT files). Putting PEP in your DOS path makes it more convenient
  33. to keep picture files in directories other than the PEP home directory.
  34.  
  35. <Section 17.1:  What kind of graphics display do you have?>
  36.      To run PEP you must have a graphics display. Four types of display
  37. are supported: those compatible with the IBM Color Graphics Adapter (CGA),
  38. those compatible with the IBM Extended Graphics Adapter (EGA), those
  39. compatible with the IBM Video Graphics Array (VGA), and those compatible
  40. with the Hercules monochrome card
  41.  
  42.      If you specify CGA, you have an additional choice. The CGA card has
  43. multiple display modes; PEP supports two. You can display in black and
  44. white and have 640 pixels horizontally and 200 vertically, or you can
  45. display in four colors (black, white, red and blue) and have only half as
  46. many pixels (320 X 200). If you have a color monitor and a CGA card, you
  47. can choose either option. If you have a monochrome monitor, you should
  48. choose black and white.
  49.  
  50.      If you have an EGA or VGA display, you can choose either a light or a
  51. dark display background. If you choose a light background, PEP will
  52. display text and graphics in black (and other colors) on white background,
  53. and so will mimic normal printed output. If you choose a dark background,
  54. PEP will display white (and color) foreground on a black background.
  55.  
  56. <Section 17.2:  What kind of a printer do you have?>
  57.      PEP supports six kinds of printer: the IBM graphics printer, the IBM
  58. color printer, the Epson printers (FX80 or later), Postscript printers
  59. (such as the Apple LaserWriter), the HP LaserJet, and the HP DeskJet.
  60.  
  61.      If you specify an Epson printer, you have an additional choice. There
  62. are two types of Epson printer: 9 pin and 24 pin. The 24 pin printers
  63. offer higher resolution and faster printing speed. If you choose the 24
  64. pin option, PEP will print at 180 dots per inch. If you choose the 9 pin
  65. option, PEP will print at 144 by 120 dots per inch (and at several other
  66. lower resolutions). If you have a 24 pin printer, you should select the 24
  67. pin installation option. (However, you may select the 9 pin option if you
  68. wish to use one of the lower resolutions.) If you have a 9 pin printer,
  69. you must choose the 9 pin option.
  70.  
  71.      If you specify a Postscript printer, you also have an additional
  72. choice. PEP can output to a Postscript printer in either of two ways: by
  73. translating a picture into Postscript, or by rasterizing the picture,
  74. making a bitmap image, and sending the bitmap to the printer. If you have
  75. a Postscript printer, you can choose either option. Normally, translating
  76. into Postscript will be faster. Bitmap output has the advantage of being
  77. completely WYSIWYG: what you see on your computer's display screen can be
  78. reproduced pixel for pixel on your printer.
  79.  
  80. <Section 17.3:  How does your computer communicate with your printer?>
  81.      If your printer is connected directly to your computer by either a
  82. parallel or a serial port, specify which port is used. PEP will send
  83. printer data directly to that port, bypassing DOS for maximum printer
  84. speed. Alternatively, you can choose to output via DOS to the printer
  85. device, PRN. You can also choose to capture printer data to a file. If you
  86. choose this option, each time you print from PEP (via the PRINT/GO command
  87. <[6.1]>), the print data will be turned into a file named PRINTER.OUT. You
  88. can later copy this file to your printer.
  89.  
  90.      If you specify direct connection by a parallel port, you have an
  91. additional choice. You can choose to output using the Basic Input/Output
  92. System (BIOS) software that is part of your computer, or you can output
  93. directly to the parallel port hardware. This second option is available
  94. only if your parallel port is hardware compatible with the original
  95. IBM-XT. If it is, then choosing this option will give you the best
  96. possible performance, especially if you are printing in the background
  97. while editing in PEP. If your parallel port is not hardware compatible
  98. with the XT, or if you are not sure, then you should choose the BIOS
  99. option.
  100.  
  101. <Section 17.4:  Do you have a mouse?>
  102.      You can use PEP with or without a mouse. If you have a mouse, it must
  103. be Microsoft compatible. Almost every kind of mouse available for the PC
  104. comes with a driver that makes it Microsoft compatible. To use the mouse
  105. with PEP you must be sure to have the mouse driver installed in your
  106. system. Installing the mouse driver involves running a utility supplied
  107. with the mouse. Normally this utility is called MOUSE.COM. Either add the
  108. command MOUSE to your AUTOEXEC.BAT file, or run MOUSE before you start
  109. PEP.